/* CSS Document */
#tab { width:100%; height:380px; position:relative;margin: auto;margin-bottom: 10px;}
/*设置容器高宽等*/
html > body #tab { width:100%;}
/*兼容IE6:IE6下宽度不够*/
#tab div { position:absolute; top:35px; left:0; width:100%; height:100%;border-top: #dfdfdf 1px solid;}
/*设置容器高宽等*/
#tab div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block { display:block;}
/*选中的容器*/
.tab{}
#tab h3 { float:left; 
	width:95px; 
	height:36px; 
	line-height:36px;
	margin:0 0 0 0; 
	font-size:18px; cursor:pointer;
    background-color:#fff; 
    text-align:center; 
    color:#a7a7a7; 
    font-family:Microsoft YaHei;
    font-weight:bold;}
#tab h4 { float:right; 
	height:36px; 
	line-height:36px;
	font-size:14px; cursor:pointer;
    background-color:#fff; 
    text-align:center; 
    color:#ed3820; 
    }
h4.more_btn{margin-right:14px !important; float: right;}
h4.more_btn a{color :#ed3820 !important;font-size:14px !important;}
h4.more_btn a{display:inline-block;*display:inline; *zoom:1; height: 20px;margin: 10px;line-height: 20px;float:right;} 
h4.more_btn a:hover{color:#666;} 
h2.more_left{margin-right:14px !important; float: left;}
h4.more_right{margin-right:14px !important; float: right;}
h4.more_right a{color :#ed3820 !important;font-size:14px !important;}
h4.more_right a{display:inline-block;*display:inline; *zoom:1; height: 20px;line-height: 20px;} 
/*默认标题样式*/
#tab .up { background:#0036a2;color:#fff;}
#tab .down { background:url(../image/dian8.png) repeat-x 100%;color:#fff;}
/*选中的标题样式*/
/*修饰列表内容*/
#tab ul { list-style:none; padding:0; height:100%; margin-top:11px;}
#tab li { margin-left:10px; margin-right:10px; border-bottom:1px solid #c6c6c6; height:36px; font-size:14px;padding: 5px 0px;
}
#tab li a { display:inline-block; font-size:14px; text-decoration:none; text-indent:8px; margin-right:10px; line-height: 36px;
 white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width: 70%;}
#tab li span{ display:block; float:right; margin-right:5px; color: #000;line-height: 36px;padding-top: 2px;font-size:14px}
a.tab_title:link { color: #000; text-decoration:none;}
a.tab_title:visited { color:#000; text-decoration:none;}
a.tab_title:hover { color:#0036a2; text-decoration:none;}
a.tab_title:active { color:#0036a2; text-decoration:none;}
.tab_menu{ padding: 12px 0px 0 0px;}
